Skip to content

Fix mypy to 0.812 for now #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2021
Merged

Fix mypy to 0.812 for now #226

merged 1 commit into from
Jun 14, 2021

Conversation

wcs1only
Copy link
Contributor

@wcs1only wcs1only commented Jun 14, 2021

Description

It looks like mypy == 0.900 released some breaking changes. We can fix them with --install-types, however this blocks the terminal with a prompt (see python/mypy#10616 ). We'll have to let upstream add a --non-interactive option (coming in 0.910) before we can use this. Leaving at 0.812 fixes our build for now.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #225

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@wcs1only wcs1only changed the title Install upstream type packages Fix mypy to 0.812 for now Jun 14, 2021
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #226 (ac5ae10) into master (9c68b07) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   88.68%   88.68%           
=======================================
  Files          49       49           
  Lines        1954     1954           
=======================================
  Hits         1733     1733           
  Misses        221      221           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c68b07...ac5ae10. Read the comment docs.

@artursouza artursouza merged commit 25af69b into dapr:master Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure on type check
2 participants